home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_326_triangle.txt < prev    next >
Text File  |  1994-02-10  |  147b  |  8 lines

  1. // triangular surface (vertices are endpoints)
  2. triangle
  3. {
  4.   <-1,  0, -1>  // <Vertex1>
  5.   < 1,  0, -1>  // <Vertex2>
  6.   < 0,  0,  1>  // <Vertex3>
  7. }
  8.